home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / frame_74 / DoAction.as
Text File  |  2011-08-19  |  360b  |  19 lines

  1. if(this.stageNum == 3)
  2. {
  3.    var idName = "windowclearBonus";
  4.    this.attachMovie(idName,"windowMC",this.depthWindow++);
  5.    this.windowMC._x = 320;
  6.    this.windowMC._y = 260;
  7.    this.stop();
  8. }
  9. else if(this.stageNum == 5)
  10. {
  11.    this.clearAllMC();
  12.    this.setDepths();
  13.    this.gotoAndPlay("stageInit");
  14. }
  15. else
  16. {
  17.    this.gotoAndPlay("restart");
  18. }
  19.